'Declaration
Public Overloads Sub InsertRange( _ ByVal startingIndex As Integer, _ ByVal count As Integer _ )
public void InsertRange( int startingIndex, int count )
Parameters
- startingIndex
- The index where the items will be inserted.
- count
- The number of items to be inserted.